CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux内核 代码

搜索资源列表

  1. linux内核原代码head.s部分的注释.rar

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:3051
    • 提供者:
  1. USB-driver

    0下载:
  2. usb_skeleton.c:是单片机的设备驱动程序。 sender.c:是简单的通信应用程序。 编译方式:在要加载的linux内核代码树下编译 insmod usb_skeleton.o即可。 c2_programmer.tar:是一个开源的参考实现。 -USB driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:13687
    • 提供者:宋世磊
  1. Chapter2

    0下载:
  2. 介绍at&t汇编语法以及和intel汇编的区别。这对理解linux内核代码很重要!还介绍了gcc内嵌汇编编译。-Introduced at & t assembler syntax as well as the difference between compiled and intel. This is very important to understanding the linux kernel code! Gcc inline assembler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:237603
    • 提供者:黄全明
  1. Linux-kernel-makefile-resolution

    0下载:
  2. 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:342252
    • 提供者:罗海兵
  1. Linux-kernel-analysis-2007111

    0下载:
  2. Linux内核完全注释。通过对Linux内核0.11代码的分析,让大家明白Linux内核工作原理。-Linux kernel completely comments. Analysis of the 0.11 code of the Linux kernel, so that we understand the Linux kernel works.
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:6133170
    • 提供者:Frank
  1. linux(chinese-translate)

    0下载:
  2. lINUX0.11源码,包含中文注释,方便大家阅览代码。解读linux内核机制,及其最初的Linux系统架构。-lINUX0.11 source, contains Chinese comments, read the code. Interpretation of the linux kernel mechanism, and its first Linux system architectures.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-17
    • 文件大小:269058
    • 提供者:passion18
  1. linuxasd

    0下载:
  2. Linux内核代码,对学习操作系统和Linux的朋友们的帮助挺大的-Linux kernel code, big learning operating systems and Linux with the help of friends
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:281387
    • 提供者:
  1. Linux-kernel-practicing-the-Road

    0下载:
  2. Linux内核修炼之道,不错的一本Linux书籍,对于开源代码学习者很不错。-Cultivation of the Tao of the Linux kernel, a good Linux book is very good for open source code learners.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:2098453
    • 提供者:秦磊
  1. Linux

    0下载:
  2. 主要介绍linux内核的首选代码风格,代码风格是因人而异的,这里所讲述的是我必须要维护的代码所遵守的风格,并且我也希望绝大多数其他代码也能遵守这个风格。 -preferred linux kernel coding style. Code style varies from person to person, and I Do not want to impose my views to anyone, but the style here about is that I have to
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-08
    • 文件大小:16632
    • 提供者:刘金承
  1. Git的配置与使用

    0下载:
  2. Git是一个分布式的版本控制系统,最初由Linus Torvalds编写,用作Linux内核代码 的管理。在推出后,Git在其它项目中也取得了很大成功,目前很多知名项目都使用了Git
  3. 所属分类:文档资料

    • 发布日期:2013-04-12
    • 文件大小:4408832
    • 提供者:hanyi1121
  1. Git

    0下载:
  2. Git是一个分布式的版本控制系统,最初由Linus Torvalds编写,用作Linux内核代码 的管理。在推出后,Git在其它项目中也取得了很大成功,目前很多知名项目都使用了Git。-user of Git
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:4331968
    • 提供者:hanyi
  1. linux-0.11

    0下载:
  2. linux最原始的核心代码,0.11版,对想学Linux内核的同学很有帮助-linux the most primitive core code, version 0.11, the students want to learn Linux kernel helpful
  3. 所属分类:Project Design

    • 发布日期:2017-11-16
    • 文件大小:118965
    • 提供者:Sirius
  1. linux-0.11

    0下载:
  2. linux0.11源代码,是学习linux内核最方便的代码,可以让初学者对linux有初步认识-linux0.11 source file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:136669
    • 提供者:jason
  1. linux-0.95cP.tar

    0下载:
  2. linux 0.95c+ 内核代码,是 linux 0.95c的升级版-linux 0.95c+ kernel code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:150812
    • 提供者:casey
  1. elecfans.com-LINUX

    0下载:
  2. 本文对Linux的进程部分源代码进行了分析;对于了解Linux内核结构和工作方式很有帮助,如果想把Linux移植到别的系统平台或作为嵌入系统平台应用,分析源代码也是必须的。本文所有对代码的分析是基于Linux-2.2.10版。-This part of the process of the Linux source code is analyzed for understanding the structure and workings of the Linux kernel helpful,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:64671
    • 提供者:肖光
  1. Linux-(2)

    0下载:
  2. 国嵌Linux内核驱动进阶班的演示代码,希望能帮助大家一起学习-The embedded Linux kernel driver advanced class demo code, hope I can help you learn together
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:44721
    • 提供者:陈南木
  1. 2nd

    0下载:
  2. 在linux 内核代码中添加作者的个人信息-insert author information in Linux kernel
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:林春隆
  1. linux-0.10

    0下载:
  2. 是早期的内核代码,虽说现在在使用的时候过时,但是对于入门linux的同学来说,非常好的入门代码-Early kernel code, although at the time of using outdated now, but for an introduction to Linux classmates, very good entry code
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:179081
    • 提供者:wanggaodeng
  1. fork注释

    0下载:
  2. Linux源代码阅读, 其中fork.c部分内核代码注释(Linux fork.c kernel code annotation)
  3. 所属分类:驱动编程

    • 发布日期:2018-04-22
    • 文件大小:10240
    • 提供者:win197
  1. Linux内核完全注释

    0下载:
  2. 对 Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时 间内对 Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究 Linux 系统打下坚实的基础
  3. 所属分类:编程文档

« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com